chore: updated plugin slot configuration in ReadMe#39
chore: updated plugin slot configuration in ReadMe#39muhammadadeeltajamul merged 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the README.rst file to clarify and improve the configuration documentation for the frontend-plugin-notifications package. The changes focus on updating terminology from "Notification frontend plugin" to "Notification Tray frontend plugin" and simplifying the plugin slot configuration example.
- Updated plugin terminology and description for clarity
- Simplified the plugin slot configuration by removing unnecessary wrapper component
- Improved documentation formatting and readability
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
|
||
| export default config; | ||
|
|
||
| ``` |
There was a problem hiding this comment.
The code block uses markdown syntax (```) in an RST file. RST files should use RST code block syntax with :: directive instead.
|
|
||
| export default config; | ||
|
|
||
| ``` |
There was a problem hiding this comment.
The code block closing uses markdown syntax (```) in an RST file. RST files should use proper RST formatting without explicit closing markers.
Description
Updated configuration in ReadMe to setup with PluginSlot
How Has This Been Tested?
Please describe in detail how you tested your changes.
Screenshots/sandbox (optional):
Include a link to the sandbox for design changes or screenshot for before and after. Remove this section if it's not applicable.
Merge Checklist
Post-merge Checklist